ArcGIS Runtime SDK for WPF - Library Reference
UnionTaskAsync(IList<Graphic>) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > UnionTaskAsync Method : UnionTaskAsync(IList<Graphic>) Method

geometries
A collection of points, multipoints, polylines or polygons. The input types cannot be mixed.
This operation constructs the set-theoretic union of the geometries in the input collection. All inputs must be of the same type.

Syntax

Visual Basic (Declaration) 
Public Overloads Function UnionTaskAsync( _
   ByVal geometries As IList(Of Graphic) _
) As Task(Of UnionResult)
C# 
public Task<UnionResult> UnionTaskAsync( 
   IList<Graphic> geometries
)

Parameters

geometries
A collection of points, multipoints, polylines or polygons. The input types cannot be mixed.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.